object WalkerDialog: TWalkerDialog Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'StackWalker' ClientHeight = 217 ClientWidth = 321 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 161 Shape = bsFrame end object Label1: TLabel Left = 40 Top = 32 Width = 236 Height = 13 Caption = 'StackWalker is walking back up your stack, trying' end object Label2: TLabel Left = 40 Top = 56 Width = 228 Height = 13 Caption = 'to find what triggered the exception. Click OK to' end object Label3: TLabel Left = 40 Top = 80 Width = 124 Height = 13 Caption = 'continue, Cancel to stop. ' end object Label4: TLabel Left = 40 Top = 136 Width = 229 Height = 13 Caption = 'Uncheck this button to deactivate StackWalker.' end object OKBtn: TButton Left = 79 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 159 Top = 180 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Active: TCheckBox Left = 40 Top = 104 Width = 97 Height = 17 Caption = 'WalkerActive' TabOrder = 2 end end